home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / desktop / gonew11.zip / ORDER.BAT < prev    next >
DOS Batch File  |  1991-11-30  |  597b  |  13 lines

  1. @ECHO OFF
  2. ECHO ┌─────────────────────────────────────────────────────┐
  3. ECHO │  This batch file prints a copy of an Order Form     │
  4. ECHO │  which you can use to register.                     │
  5. ECHO │                                                     │
  6. ECHO │  Make sure your printer is ready and that the print │
  7. ECHO │  head is just past a page break perforation.        │
  8. ECHO ├─────────────────────────────────────────────────────┤
  9. ECHO │  Ready to print . . .                               │
  10. ECHO └─────────────────────────────────────────────────────┘
  11. PAUSE
  12. COPY ORDER.DOC PRN
  13.